feat(virtual-addresses): React Flow graph walkthrough#844
Draft
decofe wants to merge 1 commit intorusowsky/virtual-addresses-demofrom
Draft
feat(virtual-addresses): React Flow graph walkthrough#844decofe wants to merge 1 commit intorusowsky/virtual-addresses-demofrom
decofe wants to merge 1 commit intorusowsky/virtual-addresses-demofrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bundle Size Report
Chunk changes (>1KB)
Compared against main branch (baseline from 2/4/2026, 5:13:51 PM) |
Cloudflare Deployments
|
…aph demo Inspired by the cross-border payments PayrollDemoFlow, replaces the 3-column panel walkthrough with a React Flow graph visualization of the TIP-1022 flow: - 5 nodes: Exchange, Virtual Registry, Virtual Address, Sender, TIP-1022 Resolver - 6 GSAP-animated edges with draw-in, particles, and subtitle slide-in - Black label pills with Tempo icon on edges (potemkin style) - Step-by-step progression (register → derive → send → resolve → receive) - Timeline bar, keyboard navigation (←/→/Space), autoplay - Numeric step machine replacing granular string-based substeps - Keeps existing server API endpoints unchanged Co-authored-by: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d90b2-ce1e-755b-b116-ceaa45170a1e
9a828ac to
9304646
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the 3-column panel walkthrough with a React Flow graph visualization inspired by the cross-border payments demo.
Changes
@xyflow/reactandgsapdependenciesArchitecture
Existing server API endpoints unchanged.
Prompted by: rusowsky